home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 2.iso / pc / menu.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1997-04-12  |  340 b   |  11 lines

  1. on exitFrame
  2.   global gQTVRObj, gmtype
  3.   if gmtype = 0 then
  4.     openQTVRMovie(the pathName & "VRMOVIE:MENU.MOV", 30)
  5.   else
  6.     openQTVRMovie(the pathName & "VRMOVIE¥MENU.MOV", 30)
  7.   end if
  8.   qtvrsetpanangle(gQTVRObj, string(the text of member "fQTVRPanAngle"))
  9.   qtvrsettiltangle(gQTVRObj, string(the text of member "fQTVRTiltAngle"))
  10. end
  11.